home *** CD-ROM | disk | FTP | other *** search
/ Future Workshop / Future Workshop.iso / multimed / qtw111 / pviewer / viewer.rc < prev    next >
Text File  |  1993-11-01  |  926b  |  28 lines

  1.  
  2. // ---------------------------------------------------------------------
  3. //
  4. // Viewer.rc - Picture Viewer - QuickTime for Windows
  5. //
  6. //             Version 1.0
  7. //
  8. //             (c) 1988-1992 Apple Computer, Inc. All Rights Reserved.
  9. //
  10. // ---------------------------------------------------------------------
  11.  
  12.  
  13. // Includes
  14. // --------
  15.    #include <Windows.H>               // Required by Windows
  16.    #include <qtole.h>                 // Required for defines in viewer.hr
  17.    #include "Viewer.hr"               // Defines used in viewer.RC
  18.  
  19.    rcinclude version.rc
  20.  
  21. // Bitmaps and Icons  The icon is here for Program manager to use when creating
  22. //                    group box entries. The checkers .bmp is used during drawing
  23. //                    of the window resizing border
  24. // -----------------
  25.    VIEWER_VIEWER_DEFICON    ICON    viewenu.ico
  26.    VIEWER_CHECKERS_BITMAP   BITMAP  checkers.bmp
  27.  
  28.